﻿2026-06-15T15:08:49.2902870Z Current runner version: '2.335.1'
2026-06-15T15:08:49.2907458Z Runner name: 'kitsubito'
2026-06-15T15:08:49.2907972Z Runner group name: 'Default'
2026-06-15T15:08:49.2908635Z Machine name: 'KITSUBITO'
2026-06-15T15:08:49.2910716Z ##[group]GITHUB_TOKEN Permissions
2026-06-15T15:08:49.2912457Z Contents: read
2026-06-15T15:08:49.2912853Z Metadata: read
2026-06-15T15:08:49.2913221Z Packages: read
2026-06-15T15:08:49.2913583Z ##[endgroup]
2026-06-15T15:08:49.2915129Z Secret source: Actions
2026-06-15T15:08:49.2915621Z Prepare workflow directory
2026-06-15T15:08:49.3261972Z Prepare all required actions
2026-06-15T15:08:49.3290891Z Getting action download info
2026-06-15T15:08:49.7826507Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-15T15:08:50.5932276Z Complete job name: n1-gate (self-hosted, Linux, kitsubito)
2026-06-15T15:08:50.6869499Z ##[group]Run actions/checkout@v5
2026-06-15T15:08:50.6870684Z with:
2026-06-15T15:08:50.6871342Z   fetch-depth: 0
2026-06-15T15:08:50.6872134Z   repository: SaberMage/spt-core
2026-06-15T15:08:50.6880395Z   token: ***
2026-06-15T15:08:50.6881082Z   ssh-strict: true
2026-06-15T15:08:50.6881793Z   ssh-user: git
2026-06-15T15:08:50.6882502Z   persist-credentials: true
2026-06-15T15:08:50.6883290Z   clean: true
2026-06-15T15:08:50.6883998Z   sparse-checkout-cone-mode: true
2026-06-15T15:08:50.6884855Z   fetch-tags: false
2026-06-15T15:08:50.6885573Z   show-progress: true
2026-06-15T15:08:50.6886297Z   lfs: false
2026-06-15T15:08:50.6886978Z   submodules: false
2026-06-15T15:08:50.6887703Z   set-safe-directory: true
2026-06-15T15:08:50.6888707Z ##[endgroup]
2026-06-15T15:08:50.7701539Z Syncing repository: SaberMage/spt-core
2026-06-15T15:08:50.7703698Z ##[group]Getting Git version info
2026-06-15T15:08:50.7705012Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-15T15:08:50.7706761Z [command]/usr/bin/git version
2026-06-15T15:08:50.7707579Z git version 2.43.0
2026-06-15T15:08:50.7710093Z ##[endgroup]
2026-06-15T15:08:50.7714787Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/474e5177-ea76-4ef7-84e6-27ce2848d0b7' before making global git config changes
2026-06-15T15:08:50.7717135Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T15:08:50.7719208Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-15T15:08:50.7747639Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-15T15:08:50.7766741Z https://github.com/SaberMage/spt-core
2026-06-15T15:08:50.7777330Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-15T15:08:50.7780069Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-15T15:08:50.7798864Z HEAD
2026-06-15T15:08:50.7829849Z ##[endgroup]
2026-06-15T15:08:50.7830809Z [command]/usr/bin/git submodule status
2026-06-15T15:08:50.8004255Z ##[group]Cleaning the repository
2026-06-15T15:08:50.8039157Z [command]/usr/bin/git clean -ffdx
2026-06-15T15:08:50.8067741Z Removing traceable-reqs
2026-06-15T15:08:50.8073846Z [command]/usr/bin/git reset --hard HEAD
2026-06-15T15:08:50.8117516Z HEAD is now at 19b682d Merge b115929b81e78959b0f5d36d09340af49270f9a1 into b5f61bab9cf4458d9ef71fcf6dedf3e3f02216cf
2026-06-15T15:08:50.8121730Z ##[endgroup]
2026-06-15T15:08:50.8122979Z ##[group]Disabling automatic garbage collection
2026-06-15T15:08:50.8125611Z [command]/usr/bin/git config --local gc.auto 0
2026-06-15T15:08:50.8148053Z ##[endgroup]
2026-06-15T15:08:50.8149279Z ##[group]Setting up auth
2026-06-15T15:08:50.8152664Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-15T15:08:50.8176867Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-15T15:08:50.8364579Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T15:08:50.8390478Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-15T15:08:50.8573079Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T15:08:50.8598487Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-15T15:08:50.8789860Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-15T15:08:50.8820269Z ##[endgroup]
2026-06-15T15:08:50.8821680Z ##[group]Fetching the repository
2026-06-15T15:08:50.8827786Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +308ac1cf6970dc814da18d3d8816404f86b13e34:refs/remotes/pull/16/merge
2026-06-15T15:08:51.9424939Z From https://github.com/SaberMage/spt-core
2026-06-15T15:08:51.9426094Z    b115929..a916727  m11-shell-substrate                      -> origin/m11-shell-substrate
2026-06-15T15:08:51.9472742Z  + 19b682d...308ac1c 308ac1cf6970dc814da18d3d8816404f86b13e34 -> pull/16/merge  (forced update)
2026-06-15T15:08:51.9501035Z ##[endgroup]
2026-06-15T15:08:51.9501546Z ##[group]Determining the checkout info
2026-06-15T15:08:51.9502110Z ##[endgroup]
2026-06-15T15:08:51.9505731Z [command]/usr/bin/git sparse-checkout disable
2026-06-15T15:08:51.9543167Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-15T15:08:51.9565199Z ##[group]Checking out the ref
2026-06-15T15:08:51.9567365Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/16/merge
2026-06-15T15:08:51.9628716Z Warning: you are leaving 1 commit behind, not connected to
2026-06-15T15:08:51.9629238Z any of your branches:
2026-06-15T15:08:51.9629433Z 
2026-06-15T15:08:51.9629771Z   19b682d Merge b115929b81e78959b0f5d36d09340af49270f9a1 into b5f61bab9cf4458d9ef71fcf6dedf3e3f02216cf
2026-06-15T15:08:51.9630239Z 
2026-06-15T15:08:51.9630492Z If you want to keep it by creating a new branch, this may be a good time
2026-06-15T15:08:51.9630896Z to do so with:
2026-06-15T15:08:51.9631050Z 
2026-06-15T15:08:51.9631249Z  git branch <new-branch-name> 19b682d
2026-06-15T15:08:51.9631478Z 
2026-06-15T15:08:51.9633806Z HEAD is now at 308ac1c Merge a9167270f4460aacca5a99f93541e2ca9a1ad154 into b5f61bab9cf4458d9ef71fcf6dedf3e3f02216cf
2026-06-15T15:08:51.9637865Z ##[endgroup]
2026-06-15T15:08:51.9669359Z [command]/usr/bin/git log -1 --format=%H
2026-06-15T15:08:51.9689950Z 308ac1cf6970dc814da18d3d8816404f86b13e34
2026-06-15T15:08:51.9868069Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-06-15T15:08:51.9868599Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-06-15T15:08:51.9884626Z shell: /usr/bin/bash -e {0}
2026-06-15T15:08:51.9884903Z ##[endgroup]
2026-06-15T15:08:51.9986293Z ##[group]Run set -euo pipefail
2026-06-15T15:08:51.9986655Z [36;1mset -euo pipefail[0m
2026-06-15T15:08:51.9986909Z [36;1mPIN=0c95435[0m
2026-06-15T15:08:51.9987160Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-15T15:08:51.9987437Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-15T15:08:51.9987819Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-15T15:08:51.9988283Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-15T15:08:51.9988739Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-15T15:08:51.9989184Z [36;1m  rm -rf "$CACHE"[0m
2026-06-15T15:08:51.9989456Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-15T15:08:51.9989761Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-15T15:08:51.9990110Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-15T15:08:51.9990524Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-15T15:08:51.9991045Z [36;1mfi[0m
2026-06-15T15:08:51.9991369Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-15T15:08:52.0005796Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-15T15:08:52.0006125Z env:
2026-06-15T15:08:52.0006361Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-15T15:08:52.0006631Z ##[endgroup]
2026-06-15T15:08:52.2740270Z    Compiling proc-macro2 v1.0.106
2026-06-15T15:08:52.2740966Z    Compiling unicode-ident v1.0.24
2026-06-15T15:08:52.2741546Z    Compiling quote v1.0.45
2026-06-15T15:08:52.2742121Z    Compiling libc v0.2.186
2026-06-15T15:08:52.2742599Z    Compiling serde_core v1.0.228
2026-06-15T15:08:52.2742937Z    Compiling cfg-if v1.0.4
2026-06-15T15:08:52.2743266Z    Compiling serde v1.0.228
2026-06-15T15:08:52.2793495Z    Compiling log v0.4.32
2026-06-15T15:08:52.2827179Z    Compiling pin-project-lite v0.2.17
2026-06-15T15:08:52.2844661Z    Compiling typenum v1.20.1
2026-06-15T15:08:52.2903554Z    Compiling portable-atomic v1.13.1
2026-06-15T15:08:52.2944143Z    Compiling version_check v0.9.5
2026-06-15T15:08:52.3102780Z    Compiling memchr v2.8.1
2026-06-15T15:08:52.3123726Z    Compiling find-msvc-tools v0.1.9
2026-06-15T15:08:52.3125168Z    Compiling shlex v2.0.1
2026-06-15T15:08:52.3301848Z    Compiling critical-section v1.2.0
2026-06-15T15:08:52.3600661Z    Compiling bytes v1.11.1
2026-06-15T15:08:52.3705811Z    Compiling subtle v2.6.1
2026-06-15T15:08:52.4620693Z    Compiling futures-core v0.3.32
2026-06-15T15:08:52.5341208Z    Compiling equivalent v1.0.2
2026-06-15T15:08:52.5641763Z    Compiling smallvec v1.15.1
2026-06-15T15:08:52.5780884Z    Compiling itoa v1.0.18
2026-06-15T15:08:52.6090945Z    Compiling semver v1.0.28
2026-06-15T15:08:52.6161136Z    Compiling stable_deref_trait v1.2.1
2026-06-15T15:08:52.6255963Z    Compiling futures-sink v0.3.32
2026-06-15T15:08:52.6410898Z    Compiling futures-io v0.3.32
2026-06-15T15:08:52.6781383Z    Compiling slab v0.4.12
2026-06-15T15:08:52.6838934Z    Compiling futures-task v0.3.32
2026-06-15T15:08:52.7088486Z    Compiling generic-array v0.14.7
2026-06-15T15:08:52.7221187Z    Compiling futures-channel v0.3.32
2026-06-15T15:08:52.7971548Z    Compiling bitflags v2.12.1
2026-06-15T15:08:52.8121290Z    Compiling hashbrown v0.17.1
2026-06-15T15:08:52.8492208Z    Compiling rustversion v1.0.22
2026-06-15T15:08:52.8921863Z    Compiling cpufeatures v0.2.17
2026-06-15T15:08:52.9361126Z    Compiling rustc_version v0.4.1
2026-06-15T15:08:52.9731208Z    Compiling fnv v1.0.7
2026-06-15T15:08:52.9790908Z    Compiling strsim v0.11.1
2026-06-15T15:08:52.9891128Z    Compiling rand_core v0.10.1
2026-06-15T15:08:52.9960952Z    Compiling cfg_aliases v0.2.1
2026-06-15T15:08:53.0071022Z    Compiling litemap v0.8.2
2026-06-15T15:08:53.0502051Z    Compiling writeable v0.6.3
2026-06-15T15:08:53.0771231Z    Compiling dunce v1.0.5
2026-06-15T15:08:53.1380614Z    Compiling fs_extra v1.3.0
2026-06-15T15:08:53.1640800Z    Compiling icu_normalizer_data v2.2.0
2026-06-15T15:08:53.1861508Z    Compiling ident_case v1.0.1
2026-06-15T15:08:53.2520992Z    Compiling getrandom v0.4.2
2026-06-15T15:08:53.2891071Z    Compiling utf8_iter v1.0.4
2026-06-15T15:08:53.2900085Z    Compiling icu_properties_data v2.2.0
2026-06-15T15:08:53.3470964Z    Compiling percent-encoding v2.3.2
2026-06-15T15:08:53.3820797Z    Compiling autocfg v1.5.1
2026-06-15T15:08:53.4983392Z    Compiling http v1.4.1
2026-06-15T15:08:53.5500712Z    Compiling thiserror v2.0.18
2026-06-15T15:08:53.5540625Z    Compiling unicode-segmentation v1.13.3
2026-06-15T15:08:53.5641011Z    Compiling cpufeatures v0.3.0
2026-06-15T15:08:53.6561002Z    Compiling indexmap v2.14.0
2026-06-15T15:08:53.6591672Z    Compiling syn v2.0.117
2026-06-15T15:08:53.6761241Z    Compiling aws-lc-rs v1.17.0
2026-06-15T15:08:53.6945512Z    Compiling scopeguard v1.2.0
2026-06-15T15:08:53.7161473Z    Compiling chacha20 v0.10.0
2026-06-15T15:08:53.7387193Z    Compiling form_urlencoded v1.2.2
2026-06-15T15:08:53.7631319Z    Compiling lock_api v0.4.14
2026-06-15T15:08:53.7851004Z    Compiling untrusted v0.9.0
2026-06-15T15:08:53.8997321Z    Compiling heck v0.5.0
2026-06-15T15:08:53.9187300Z    Compiling rustls v0.23.40
2026-06-15T15:08:53.9317875Z    Compiling atomic-waker v1.1.2
2026-06-15T15:08:53.9920686Z    Compiling const-oid v0.10.2
2026-06-15T15:08:53.9990953Z    Compiling unicode-xid v0.2.6
2026-06-15T15:08:54.0235622Z    Compiling anyhow v1.0.102
2026-06-15T15:08:54.0356905Z    Compiling paste v1.0.15
2026-06-15T15:08:54.0790792Z    Compiling httparse v1.10.1
2026-06-15T15:08:54.0853613Z    Compiling convert_case v0.10.0
2026-06-15T15:08:54.0897467Z    Compiling parking_lot_core v0.9.12
2026-06-15T15:08:54.1120948Z    Compiling zerocopy v0.8.50
2026-06-15T15:08:54.1280744Z    Compiling num-traits v0.2.19
2026-06-15T15:08:54.2011217Z    Compiling jobserver v0.1.34
2026-06-15T15:08:54.2174343Z    Compiling hybrid-array v0.4.12
2026-06-15T15:08:54.2281286Z    Compiling curve25519-dalek v4.1.3
2026-06-15T15:08:54.2681965Z    Compiling crypto-common v0.1.7
2026-06-15T15:08:54.3210962Z    Compiling block-buffer v0.10.4
2026-06-15T15:08:54.3757432Z    Compiling ahash v0.8.12
2026-06-15T15:08:54.3887932Z    Compiling base64ct v1.8.3
2026-06-15T15:08:54.4066960Z    Compiling fastrand v2.4.1
2026-06-15T15:08:54.4939693Z    Compiling digest v0.10.7
2026-06-15T15:08:54.5080791Z    Compiling powerfmt v0.2.0
2026-06-15T15:08:54.5384831Z    Compiling cc v1.2.63
2026-06-15T15:08:54.5449561Z    Compiling http-body v1.0.1
2026-06-15T15:08:54.5524722Z    Compiling either v1.16.0
2026-06-15T15:08:54.6786394Z    Compiling deranged v0.5.8
2026-06-15T15:08:54.7181422Z    Compiling pem-rfc7468 v1.0.0
2026-06-15T15:08:54.7491511Z    Compiling data-encoding v2.11.0
2026-06-15T15:08:54.7679384Z    Compiling tower-service v0.3.3
2026-06-15T15:08:54.8290974Z    Compiling num-conv v0.2.2
2026-06-15T15:08:54.8557520Z    Compiling base64 v0.22.1
2026-06-15T15:08:54.8620552Z    Compiling try-lock v0.2.5
2026-06-15T15:08:54.9120735Z    Compiling time-core v0.1.8
2026-06-15T15:08:54.9320755Z    Compiling tinyvec_macros v0.1.1
2026-06-15T15:08:54.9777513Z    Compiling pkg-config v0.3.33
2026-06-15T15:08:54.9850767Z    Compiling zmij v1.0.21
2026-06-15T15:08:55.0781210Z    Compiling mio v1.2.1
2026-06-15T15:08:55.0880545Z    Compiling socket2 v0.6.4
2026-06-15T15:08:55.0980822Z    Compiling getrandom v0.2.17
2026-06-15T15:08:55.2110941Z    Compiling vcpkg v0.2.15
2026-06-15T15:08:55.2770708Z    Compiling rand_core v0.6.4
2026-06-15T15:08:55.3060425Z    Compiling tinyvec v1.11.0
2026-06-15T15:08:55.3290797Z    Compiling rand v0.10.1
2026-06-15T15:08:55.3540602Z    Compiling want v0.3.1
2026-06-15T15:08:55.3881435Z    Compiling block-buffer v0.12.0
2026-06-15T15:08:55.4680430Z    Compiling crypto-common v0.2.2
2026-06-15T15:08:55.5100688Z    Compiling parking_lot v0.12.5
2026-06-15T15:08:55.6731019Z    Compiling sha2 v0.10.9
2026-06-15T15:08:55.7370843Z    Compiling inout v0.1.4
2026-06-15T15:08:55.7950669Z    Compiling vergen-lib v9.1.0
2026-06-15T15:08:55.8531381Z    Compiling cmake v0.1.58
2026-06-15T15:08:55.9050314Z    Compiling n0-future v0.3.2
2026-06-15T15:08:55.9140688Z    Compiling diatomic-waker v0.2.3
2026-06-15T15:08:55.9680673Z    Compiling spin v0.10.0
2026-06-15T15:08:56.0421000Z    Compiling crossbeam-utils v0.8.21
2026-06-15T15:08:56.0449047Z    Compiling cordyceps v0.3.4
2026-06-15T15:08:56.0591789Z    Compiling httpdate v1.0.3
2026-06-15T15:08:56.0693438Z    Compiling serde_json v1.0.150
2026-06-15T15:08:56.1421043Z    Compiling parking v2.2.1
2026-06-15T15:08:56.1510972Z    Compiling signature v2.2.0
2026-06-15T15:08:56.2362934Z    Compiling winnow v1.0.3
2026-06-15T15:08:56.2841070Z    Compiling ed25519 v2.2.3
2026-06-15T15:08:56.2880746Z    Compiling futures-lite v2.6.1
2026-06-15T15:08:56.3110653Z    Compiling digest v0.11.3
2026-06-15T15:08:56.3430722Z    Compiling cipher v0.4.4
2026-06-15T15:08:56.3500800Z    Compiling netlink-packet-core v0.8.1
2026-06-15T15:08:56.3975658Z    Compiling universal-hash v0.5.1
2026-06-15T15:08:56.4092231Z    Compiling vergen-lib v0.1.6
2026-06-15T15:08:56.4350714Z    Compiling vergen v9.1.0
2026-06-15T15:08:56.4800708Z    Compiling futures-buffered v0.2.13
2026-06-15T15:08:56.5031898Z    Compiling heapless v0.7.17
2026-06-15T15:08:56.5250947Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-15T15:08:56.5610500Z    Compiling noq-udp v0.10.0
2026-06-15T15:08:56.5800848Z    Compiling sync_wrapper v1.0.2
2026-06-15T15:08:56.5911207Z    Compiling allocator-api2 v0.2.21
2026-06-15T15:08:56.5970254Z    Compiling opaque-debug v0.3.1
2026-06-15T15:08:56.6513123Z    Compiling byteorder v1.5.0
2026-06-15T15:08:56.6649226Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-15T15:08:56.6755907Z    Compiling polyval v0.6.2
2026-06-15T15:08:56.7822433Z    Compiling aws-lc-sys v0.41.0
2026-06-15T15:08:56.7840875Z    Compiling ring v0.17.14
2026-06-15T15:08:56.8101382Z    Compiling libsqlite3-sys v0.30.1
2026-06-15T15:08:56.8281281Z    Compiling hash32 v0.2.1
2026-06-15T15:08:56.9250407Z    Compiling spin v0.9.8
2026-06-15T15:08:56.9390604Z    Compiling vergen-gitcl v1.0.8
2026-06-15T15:08:56.9570530Z    Compiling tower-layer v0.3.3
2026-06-15T15:08:56.9731081Z    Compiling fallible-iterator v0.3.0
2026-06-15T15:08:57.0265495Z    Compiling ryu v1.0.23
2026-06-15T15:08:57.0685148Z    Compiling num_threads v0.1.7
2026-06-15T15:08:57.1109966Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-15T15:08:57.1412886Z    Compiling signature v3.0.0
2026-06-15T15:08:57.1670486Z    Compiling time v0.3.47
2026-06-15T15:08:57.2198193Z    Compiling ghash v0.5.1
2026-06-15T15:08:57.2467782Z    Compiling ctr v0.9.2
2026-06-15T15:08:57.2670715Z    Compiling aes v0.8.4
2026-06-15T15:08:57.2770632Z    Compiling sha2 v0.11.0-rc.5
2026-06-15T15:08:57.2882505Z    Compiling http-body-util v0.1.3
2026-06-15T15:08:57.3167004Z    Compiling aead v0.5.2
2026-06-15T15:08:57.4117109Z    Compiling openssl-probe v0.2.1
2026-06-15T15:08:57.4133789Z    Compiling blake3 v1.8.5
2026-06-15T15:08:57.4537258Z    Compiling netlink-packet-route v0.29.0
2026-06-15T15:08:57.5998605Z    Compiling crossbeam-channel v0.5.15
2026-06-15T15:08:57.6518413Z    Compiling crossbeam-epoch v0.9.18
2026-06-15T15:08:57.7060525Z    Compiling uuid v1.23.2
2026-06-15T15:08:57.8080458Z    Compiling memoffset v0.6.5
2026-06-15T15:08:57.8522896Z    Compiling aes-gcm v0.10.3
2026-06-15T15:08:57.9858486Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-15T15:08:58.0650793Z    Compiling acto v0.8.2
2026-06-15T15:08:58.0880410Z    Compiling noq v0.18.0
2026-06-15T15:08:58.1473779Z    Compiling netwatch v0.16.0
2026-06-15T15:08:58.1479214Z    Compiling lru-slab v0.1.2
2026-06-15T15:08:58.2526766Z    Compiling tagptr v0.2.0
2026-06-15T15:08:58.2707776Z    Compiling mac-addr v0.3.0
2026-06-15T15:08:58.2940968Z    Compiling sorted-index-buffer v0.2.1
2026-06-15T15:08:58.3083186Z    Compiling rustc-hash v2.1.2
2026-06-15T15:08:58.3598925Z    Compiling xml-rs v0.8.28
2026-06-15T15:08:58.3864618Z    Compiling thiserror v1.0.69
2026-06-15T15:08:58.4080717Z    Compiling foldhash v0.2.0
2026-06-15T15:08:58.4201729Z    Compiling ref-cast v1.0.25
2026-06-15T15:08:58.4605184Z    Compiling rustix v1.1.4
2026-06-15T15:08:58.4667089Z    Compiling identity-hash v0.1.0
2026-06-15T15:08:58.5697416Z    Compiling hashbrown v0.16.1
2026-06-15T15:08:58.6002223Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-15T15:08:58.7487454Z    Compiling netlink-packet-route v0.30.0
2026-06-15T15:08:58.7967174Z    Compiling synstructure v0.13.2
2026-06-15T15:08:58.8250732Z    Compiling darling_core v0.20.11
2026-06-15T15:08:59.0110143Z    Compiling serde_derive_internals v0.29.1
2026-06-15T15:08:59.3037876Z    Compiling xmltree v0.10.3
2026-06-15T15:08:59.4371634Z    Compiling serial-core v0.4.0
2026-06-15T15:08:59.4518294Z    Compiling ioctl-rs v0.1.6
2026-06-15T15:08:59.5128728Z    Compiling proc-macro-crate v3.5.0
2026-06-15T15:08:59.5419439Z    Compiling termios v0.2.2
2026-06-15T15:08:59.5861370Z    Compiling errno v0.3.14
2026-06-15T15:08:59.6006608Z    Compiling aho-corasick v1.1.4
2026-06-15T15:08:59.6501272Z    Compiling simple-dns v0.9.3
2026-06-15T15:08:59.6730937Z    Compiling linux-raw-sys v0.12.1
2026-06-15T15:08:59.7048326Z    Compiling sha1_smol v1.0.1
2026-06-15T15:08:59.7832694Z    Compiling arrayvec v0.7.6
2026-06-15T15:08:59.9560974Z    Compiling regex-syntax v0.8.10
2026-06-15T15:08:59.9887261Z    Compiling smol_str v0.1.24
2026-06-15T15:09:00.0790896Z    Compiling arrayref v0.3.9
2026-06-15T15:09:00.0901184Z    Compiling constant_time_eq v0.4.2
2026-06-15T15:09:00.1080863Z    Compiling winnow v0.7.15
2026-06-15T15:09:00.1220756Z    Compiling resolv-conf v0.7.6
2026-06-15T15:09:00.1281016Z    Compiling signal-hook v0.3.18
2026-06-15T15:09:00.1462743Z    Compiling toml_write v0.1.2
2026-06-15T15:09:00.2127350Z    Compiling simdutf8 v0.1.5
2026-06-15T15:09:00.3872686Z    Compiling signal-hook-registry v1.4.8
2026-06-15T15:09:00.5577042Z    Compiling serial-unix v0.4.0
2026-06-15T15:09:00.6526349Z    Compiling lru v0.16.4
2026-06-15T15:09:00.7121082Z    Compiling serde_derive v1.0.228
2026-06-15T15:09:00.7501482Z    Compiling zeroize_derive v1.4.3
2026-06-15T15:09:00.7695631Z    Compiling tokio-macros v2.7.0
2026-06-15T15:09:00.8212083Z    Compiling zerofrom-derive v0.1.7
2026-06-15T15:09:00.9702501Z    Compiling futures-macro v0.3.32
2026-06-15T15:09:01.3618111Z    Compiling zeroize v1.8.2
2026-06-15T15:09:01.5401021Z    Compiling yoke-derive v0.8.2
2026-06-15T15:09:01.5410274Z    Compiling tokio v1.52.3
2026-06-15T15:09:02.0240918Z    Compiling futures-util v0.3.32
2026-06-15T15:09:02.2390476Z    Compiling zerovec-derive v0.11.3
2026-06-15T15:09:02.2628899Z    Compiling zerofrom v0.1.8
2026-06-15T15:09:02.2760573Z    Compiling displaydoc v0.2.6
2026-06-15T15:09:02.3840866Z    Compiling tracing-attributes v0.1.31
2026-06-15T15:09:02.4060822Z    Compiling rustls-pki-types v1.14.1
2026-06-15T15:09:02.7495359Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-15T15:09:02.8860928Z    Compiling yoke v0.8.3
2026-06-15T15:09:03.1010597Z    Compiling thiserror-impl v2.0.18
2026-06-15T15:09:03.1945236Z    Compiling zerotrie v0.2.4
2026-06-15T15:09:03.4211254Z    Compiling darling_macro v0.20.11
2026-06-15T15:09:03.4510944Z    Compiling derive_more-impl v2.1.1
2026-06-15T15:09:03.5757166Z    Compiling spez v0.1.2
2026-06-15T15:09:03.7331355Z    Compiling zerovec v0.11.6
2026-06-15T15:09:03.7720495Z    Compiling darling v0.20.11
2026-06-15T15:09:03.8472328Z    Compiling derive_builder_core v0.20.2
2026-06-15T15:09:03.8610532Z    Compiling n0-error-macros v0.1.3
2026-06-15T15:09:03.9800745Z    Compiling der v0.8.0-rc.10
2026-06-15T15:09:04.3640519Z    Compiling pin-project-internal v1.1.13
2026-06-15T15:09:04.4964982Z    Compiling tinystr v0.8.3
2026-06-15T15:09:04.6910236Z    Compiling icu_locale_core v2.2.0
2026-06-15T15:09:04.8851182Z    Compiling potential_utf v0.1.5
2026-06-15T15:09:04.9715250Z    Compiling n0-error v0.1.3
2026-06-15T15:09:05.0661400Z    Compiling icu_collections v2.2.0
2026-06-15T15:09:05.3098815Z    Compiling derive_builder_macro v0.20.2
2026-06-15T15:09:05.3220706Z    Compiling ed25519-dalek v2.2.0
2026-06-15T15:09:05.6291823Z    Compiling derive_builder v0.20.2
2026-06-15T15:09:05.7347015Z    Compiling spki v0.8.0-rc.4
2026-06-15T15:09:05.8043966Z    Compiling futures-executor v0.3.32
2026-06-15T15:09:05.8390814Z    Compiling pin-project v1.1.13
2026-06-15T15:09:05.8990772Z    Compiling icu_provider v2.2.0
2026-06-15T15:09:05.9480629Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-15T15:09:06.0097835Z    Compiling futures v0.3.32
2026-06-15T15:09:06.0701174Z    Compiling spt-proto v0.7.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-15T15:09:06.0959213Z    Compiling cobs v0.3.0
2026-06-15T15:09:06.1060172Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-15T15:09:06.1711758Z    Compiling postcard-derive v0.2.2
2026-06-15T15:09:06.2899529Z    Compiling icu_properties v2.2.0
2026-06-15T15:09:06.2987373Z    Compiling icu_normalizer v2.2.0
2026-06-15T15:09:06.3480920Z    Compiling ipnet v2.12.0
2026-06-15T15:09:06.6050719Z    Compiling ed25519 v3.0.0-rc.4
2026-06-15T15:09:06.7725071Z    Compiling prefix-trie v0.8.4
2026-06-15T15:09:06.8631714Z    Compiling data-encoding-macro v0.1.20
2026-06-15T15:09:06.9270719Z    Compiling rustls-native-certs v0.8.4
2026-06-15T15:09:07.0873668Z    Compiling once_cell v1.21.4
2026-06-15T15:09:07.0942369Z    Compiling strum_macros v0.28.0
2026-06-15T15:09:07.1480685Z    Compiling async-trait v0.1.89
2026-06-15T15:09:07.1650640Z    Compiling enum-assoc v1.3.0
2026-06-15T15:09:07.2800918Z    Compiling postcard v1.1.3
2026-06-15T15:09:07.3646737Z    Compiling tracing-core v0.1.36
2026-06-15T15:09:07.3758804Z    Compiling tokio-util v0.7.18
2026-06-15T15:09:07.6640657Z    Compiling netlink-sys v0.8.8
2026-06-15T15:09:07.7890469Z    Compiling tower v0.5.3
2026-06-15T15:09:07.8140949Z    Compiling idna_adapter v1.2.2
2026-06-15T15:09:07.8712903Z    Compiling tracing v0.1.44
2026-06-15T15:09:07.9086531Z    Compiling hashbrown v0.14.5
2026-06-15T15:09:07.9458492Z    Compiling idna v1.1.0
2026-06-15T15:09:08.0220850Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-15T15:09:08.0688864Z    Compiling derive_more v2.1.1
2026-06-15T15:09:08.2543291Z    Compiling num_enum_derive v0.7.6
2026-06-15T15:09:08.2791016Z    Compiling iroh-metrics-derive v0.4.1
2026-06-15T15:09:08.2841201Z    Compiling netdev v0.42.0
2026-06-15T15:09:08.3031125Z    Compiling h2 v0.4.14
2026-06-15T15:09:08.4261134Z    Compiling url v2.5.8
2026-06-15T15:09:08.5002907Z    Compiling n0-watcher v0.6.1
2026-06-15T15:09:08.5006413Z    Compiling tokio-stream v0.1.18
2026-06-15T15:09:08.6040547Z    Compiling netlink-proto v0.12.0
2026-06-15T15:09:08.7486983Z    Compiling iroh-metrics v0.38.3
2026-06-15T15:09:08.7640938Z    Compiling moka v0.12.15
2026-06-15T15:09:08.8280963Z    Compiling hashlink v0.9.1
2026-06-15T15:09:08.8292866Z    Compiling iroh-relay v0.98.0
2026-06-15T15:09:08.9200763Z    Compiling serde_spanned v0.6.9
2026-06-15T15:09:08.9401082Z    Compiling toml_datetime v0.6.11
2026-06-15T15:09:09.1120914Z    Compiling thiserror-impl v1.0.69
2026-06-15T15:09:09.1451199Z    Compiling ref-cast-impl v1.0.25
2026-06-15T15:09:09.1860978Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-15T15:09:09.1985712Z    Compiling iroh-base v0.98.0
2026-06-15T15:09:09.2261649Z    Compiling rusqlite v0.32.1
2026-06-15T15:09:09.2360430Z    Compiling tower-http v0.6.11
2026-06-15T15:09:09.2640934Z    Compiling attohttpc v0.30.1
2026-06-15T15:09:09.4717415Z    Compiling num_enum v0.7.6
2026-06-15T15:09:09.6140919Z    Compiling toml_edit v0.22.27
2026-06-15T15:09:09.8830657Z    Compiling webpki-roots v1.0.7
2026-06-15T15:09:09.9428084Z    Compiling regex-automata v0.4.14
2026-06-15T15:09:09.9650845Z    Compiling schemars_derive v1.2.1
2026-06-15T15:09:09.9925972Z    Compiling strum v0.28.0
2026-06-15T15:09:10.0761136Z    Compiling iroh-dns v0.98.0
2026-06-15T15:09:10.0850933Z    Compiling darling_core v0.23.0
2026-06-15T15:09:10.0960610Z    Compiling serde_bytes v0.11.19
2026-06-15T15:09:10.1399332Z    Compiling seize v0.5.1
2026-06-15T15:09:10.4229612Z    Compiling hmac v0.12.1
2026-06-15T15:09:10.5541570Z    Compiling spt-store v0.7.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-15T15:09:10.5674121Z    Compiling iroh v0.98.2
2026-06-15T15:09:10.5678020Z    Compiling utf8parse v0.2.2
2026-06-15T15:09:10.6610485Z    Compiling dyn-clone v1.0.20
2026-06-15T15:09:10.6650658Z    Compiling pin-utils v0.1.0
2026-06-15T15:09:10.7530773Z    Compiling cmov v0.5.4
2026-06-15T15:09:10.8142760Z    Compiling bitflags v1.3.2
2026-06-15T15:09:10.8519726Z    Compiling rustix v0.38.44
2026-06-15T15:09:10.8880531Z    Compiling nix v0.25.1
2026-06-15T15:09:10.9060626Z    Compiling filedescriptor v0.8.3
2026-06-15T15:09:11.0041045Z    Compiling ctutils v0.4.2
2026-06-15T15:09:11.1503855Z    Compiling anstyle-parse v1.0.0
2026-06-15T15:09:11.1760598Z    Compiling hkdf v0.12.4
2026-06-15T15:09:11.2260868Z    Compiling papaya v0.2.4
2026-06-15T15:09:11.2511001Z    Compiling backon v1.6.0
2026-06-15T15:09:11.2580022Z    Compiling serial v0.4.0
2026-06-15T15:09:11.3370535Z    Compiling downcast-rs v1.2.1
2026-06-15T15:09:11.3735333Z    Compiling is_terminal_polyfill v1.70.2
2026-06-15T15:09:11.4060729Z    Compiling foldhash v0.1.5
2026-06-15T15:09:11.4410736Z    Compiling linux-raw-sys v0.4.15
2026-06-15T15:09:11.5410440Z    Compiling shell-words v1.1.1
2026-06-15T15:09:11.5770879Z    Compiling colorchoice v1.0.5
2026-06-15T15:09:11.5845110Z    Compiling anstyle v1.0.14
2026-06-15T15:09:11.6590842Z    Compiling anstyle-query v1.1.5
2026-06-15T15:09:11.7053327Z    Compiling instability v0.3.12
2026-06-15T15:09:11.7181477Z    Compiling signal-hook-mio v0.2.5
2026-06-15T15:09:11.7670719Z    Compiling hashbrown v0.15.5
2026-06-15T15:09:11.7835945Z    Compiling spake2 v0.4.0
2026-06-15T15:09:11.8296126Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-15T15:09:11.8752421Z    Compiling anstream v1.0.0
2026-06-15T15:09:11.8971098Z    Compiling terminal_size v0.4.4
2026-06-15T15:09:12.0831296Z    Compiling strum_macros v0.26.4
2026-06-15T15:09:12.1330695Z    Compiling schemars v1.2.1
2026-06-15T15:09:12.1688173Z    Compiling toml v0.8.23
2026-06-15T15:09:12.3936496Z    Compiling itertools v0.13.0
2026-06-15T15:09:12.6411215Z    Compiling sha1 v0.10.6
2026-06-15T15:09:12.9520697Z    Compiling regex v1.12.3
2026-06-15T15:09:13.1263847Z    Compiling castaway v0.2.4
2026-06-15T15:09:13.2023384Z    Compiling unicode-width v0.1.14
2026-06-15T15:09:13.2163623Z    Compiling static_assertions v1.1.0
2026-06-15T15:09:13.3171315Z    Compiling spt-msg v0.7.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-15T15:09:13.4998091Z    Compiling clap_lex v1.1.0
2026-06-15T15:09:13.5950571Z    Compiling doctest-file v1.1.1
2026-06-15T15:09:13.7690810Z    Compiling hyper v1.10.1
2026-06-15T15:09:13.8140962Z    Compiling darling_macro v0.23.0
2026-06-15T15:09:14.0742323Z    Compiling spt-runtime v0.7.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-15T15:09:14.1518537Z    Compiling darling v0.23.0
2026-06-15T15:09:14.2020811Z    Compiling indoc v2.0.7
2026-06-15T15:09:14.2387389Z    Compiling interprocess v2.4.2
2026-06-15T15:09:14.4901028Z    Compiling unicode-truncate v1.1.0
2026-06-15T15:09:14.5397132Z    Compiling clap_builder v4.6.0
2026-06-15T15:09:14.6139224Z    Compiling compact_str v0.8.2
2026-06-15T15:09:14.6560469Z    Compiling crossterm v0.28.1
2026-06-15T15:09:14.7090721Z    Compiling strum v0.26.3
2026-06-15T15:09:14.7401460Z    Compiling lru v0.12.5
2026-06-15T15:09:14.8281367Z    Compiling portable-pty v0.8.1
2026-06-15T15:09:14.9150828Z    Compiling clap_derive v4.6.1
2026-06-15T15:09:15.1980737Z    Compiling iana-time-zone v0.1.65
2026-06-15T15:09:15.3101277Z    Compiling spt-term v0.7.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-15T15:09:15.4040759Z    Compiling cassowary v0.3.0
2026-06-15T15:09:15.5611519Z    Compiling unicode-width v0.2.0
2026-06-15T15:09:15.5848462Z    Compiling chrono v0.4.45
2026-06-15T15:09:15.8591521Z    Compiling hyper-util v0.1.20
2026-06-15T15:09:15.8831055Z    Compiling ratatui v0.29.0
2026-06-15T15:09:16.0410740Z    Compiling nucleo-matcher v0.3.1
2026-06-15T15:09:16.1450559Z    Compiling qrcode v0.14.1
2026-06-15T15:09:16.2170972Z    Compiling tempfile v3.27.0
2026-06-15T15:09:16.8990325Z    Compiling spt-live v0.7.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-15T15:09:17.2278180Z    Compiling clap v4.6.1
2026-06-15T15:09:17.8920642Z    Compiling igd-next v0.17.1
2026-06-15T15:09:19.0049070Z    Compiling portmapper v0.16.0
2026-06-15T15:09:24.3309169Z    Compiling rustls-webpki v0.103.13
2026-06-15T15:09:26.6831489Z    Compiling tokio-rustls v0.26.4
2026-06-15T15:09:26.6834117Z    Compiling noq-proto v0.17.0
2026-06-15T15:09:26.6834441Z    Compiling rustls-platform-verifier v0.7.0
2026-06-15T15:09:26.8191265Z    Compiling hyper-rustls v0.27.9
2026-06-15T15:09:26.8191899Z    Compiling hickory-net v0.26.0-beta.4
2026-06-15T15:09:26.8192515Z    Compiling tokio-websockets v0.13.2
2026-06-15T15:09:26.9424385Z    Compiling reqwest v0.13.4
2026-06-15T15:09:27.8144964Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-15T15:09:41.7992230Z    Compiling spt-net v0.7.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-15T15:09:43.1489077Z    Compiling spt-daemon v0.7.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-15T15:09:49.4711300Z    Compiling spt v0.7.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-15T15:09:52.8249960Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 00s
2026-06-15T15:09:52.8479622Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-69b4a953728c79d3)
2026-06-15T15:09:52.8493283Z 
2026-06-15T15:09:52.8493517Z running 1 test
2026-06-15T15:09:59.0318669Z test new_brain_serves_against_old_broker ... ok
2026-06-15T15:09:59.0318935Z 
2026-06-15T15:09:59.0319445Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.18s
2026-06-15T15:09:59.0319841Z 
2026-06-15T15:09:59.0524995Z Post job cleanup.
2026-06-15T15:09:59.1177058Z [command]/usr/bin/git version
2026-06-15T15:09:59.1207137Z git version 2.43.0
2026-06-15T15:09:59.1270507Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/bec94ba4-3814-49f7-aed9-82523895ab2b' before making global git config changes
2026-06-15T15:09:59.1271137Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T15:09:59.1273656Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-15T15:09:59.1302761Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-15T15:09:59.1327758Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-15T15:09:59.1508832Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T15:09:59.1526743Z http.https://github.com/.extraheader
2026-06-15T15:09:59.1533367Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-15T15:09:59.1556331Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-15T15:09:59.1742758Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T15:09:59.1767320Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-15T15:09:59.2074582Z Cleaning up orphan processes
2026-06-15T15:09:59.2559034Z Terminate orphan process: pid (3801939) (spt)
